PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFPointDataType Enumeration
In This Topic
    PDFPointDataType Enumeration
    In This Topic
    Specifies the supported types for values in a PDFPointData object.
    Members
    MemberDescription
    ALTITUDEThe value represents altitude.
    LATITUDEThe value represents latitude.
    LONGITUDEThe value represents longitude.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.spatial.PDFPointDataType

    See Also